home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Text / Edit / XDme / Docs / KnownBugs < prev    next >
Text File  |  1994-12-22  |  4KB  |  95 lines

  1.  
  2. this is a list of known bugs and incompabilities of XDME
  3. the dates show, when I got to know of a bug; this does not
  4. mean, I did encounter it ...
  5.  
  6.  
  7. 1. (05-10-94) The following command sequence causes the display
  8.    being cleared and the current line being erased ... (don't ask
  9.    me why - ask Aaron) after the action each movement makes the
  10.    cursor flush
  11.  
  12.    % first 30 scrollright 35 scrollleft
  13.  
  14. 2. (27-11-94) there is still at least one maligne bug left ...
  15.    it occurs for example, when adding another window to the XDME.1
  16.    process via Shell and immediately closing it upon occurance
  17.    (> run xdme a <cr, activate shell> > xdme_starter b c <cr, 2* close window>)
  18.    and it results in a hung machine ... no Enforcerhits visible,
  19.    just a frozen display ...
  20.    and it seems to occur only in connection with tools like CBM: AutoPoint
  21.    (this bug has been proved already in v1.83.12 - sorry but last week was
  22.    the first time to use that comodity)
  23.  
  24.    let's say 'there is a incompability between autopoint and xdme'
  25.    I'll check if other windowactivators make the same probs - but
  26.    that might need some time
  27.  
  28.    hmmmmm  dmouse seems to have no probs ...
  29.  
  30. 3. (02-12-94 compilation) for a currently unknown reason the file
  31.    Src/Var/SPC.c disturbs the active gst file (in sasc 6.51); in the
  32.    following files (starting w/ vars.c) we get declaration conflicts
  33.    for GfxBase and IntuitionBase;this must be fixed manually by erasing
  34.    the gst after compiling spc.c ("> gst unload include:all.gst")
  35.    The problem is less annoying when compiling Src/Var/spc.c as the
  36.    last file - "SMakefile" has been changed accordingly (04-12-94)
  37.  
  38. 4. (04-12-94 GTB) menus are not yet really supported - user cannot change
  39.    anything from within XDME; GenericClass gadgets are not at all supported;
  40.    Gadget hotkeys are not supported, too;
  41.    there may still be some other probs when running the gtb module
  42.    on AmigaOS v2.x ... gadtools.lib v37 lacks some more or less
  43.    important features, which were only noticed via bug reports
  44.  
  45. 5. (02-12-94) menufont* is initialized with strange values, sorry;
  46.    this behaiviour won't change so fast 8(
  47.  
  48. 6. (20-11-94) XDME won't run properly w/ at least one version of
  49.    SysIHack (dunno if that has changed in the meantime) it seemed
  50.    that the width attributes were gotten wrong, so the display
  51.    looked terrible ... (ask Aaron for more details)
  52.  
  53. 7. it seems still to be possible to overwrite the bottom border
  54.    of the active window when using blocks (one of bcopy, bmove,
  55.    split, deline causes the redraw problem probably together with
  56.    norefresh - but unfortunately I cannot reproduce this bug)
  57.  
  58. 8. (06-12-94) I was told about a problem where flag definitions
  59.    disabled variable access could please someone prove this (a
  60.    detailed occurence situation would be very handy since up to
  61.    now I am not able to [re]produce that bug, so I cannot fix it)
  62.    (if flag 5-12 are 0 global vars are invisible?)
  63.    hmmmm the problem seems to have been present only in version
  64.    v183pl18 not before and notlater, perhaps I linked a wrong
  65.    version - time to have a look at the SMakefile
  66.  
  67. 9. (07-12-94) the 'wordwrap' and 'shortlines' toggles interfered
  68.    with each other (this might also be true for 'autosplit' or
  69.    'autoindent' and 'shortlines') (should be fixed now)
  70.  
  71. 10. (08-12-94) no - not known :-( ...
  72.     I have just managed to make ARexx produce enforcer hits and
  73.     the keyboard be tilted; I only called a very long macro
  74.     (private return macro) in the top line of a text :-(((((((((((
  75.     since I have not yet been able to reproduce that bug, I'll only
  76.     note it here (return is about 1.1kB in my .edrc)
  77.  
  78. 11. (16-12-94) XDME still does not yet support locale.library :(
  79.     would please s.o. have a look at the files
  80.      * includes/gen_messages.h
  81.      * src/mod/messages.c
  82.      * util/rexx/(Uniq|mkCat).rexx
  83.     and tell me what to change to support locale ...
  84.     (I do not wanna have to read into the docs of kitcat, catcomp,
  85.     catedit and how the different tools are called just to see, which
  86.     one is the best to use for xdme) (ok, surely not _all_ messages are
  87.     found in gen_messages.h, but as soon, as there is the first localized
  88.     version, I'll add the remaining ones)
  89.  
  90. 12. obviously _not_ a bug in xdme:
  91.     in file util/extracter/extract.c SAS/C 6.51 complains about assignment
  92.     to const in line 86 /*putc('\n');*/ this is imho a bug in sas includes
  93.     or in sc ...
  94.  
  95.